[SPARK-31255][SQL][FOLLOWUP] Add missing license headers.#30415
Closed
rdblue wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-31255][SQL][FOLLOWUP] Add missing license headers.#30415rdblue wants to merge 1 commit intoapache:masterfrom
rdblue wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
@HeartSaVioR, @sunchao, here's a fix. |
sunchao
approved these changes
Nov 19, 2020
HeartSaVioR
approved these changes
Nov 19, 2020
Contributor
HeartSaVioR
left a comment
There was a problem hiding this comment.
+1
This only adds license headers, and I checked #28027 and confirmed these two files are only added.
HyukjinKwon
approved these changes
Nov 19, 2020
dongjoon-hyun
approved these changes
Nov 19, 2020
|
Kubernetes integration test starting |
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
I made a PR to fix the root cause.
Member
|
Thank you, @rdblue and all. |
|
Kubernetes integration test status failure |
|
Test build #131309 has finished for PR 30415 at commit
|
dongjoon-hyun
added a commit
that referenced
this pull request
Nov 19, 2020
### What changes were proposed in this pull request? This PR fixes the RAT exclusion rule which was originated from SPARK-1144 (Apache Spark 1.0) ### Why are the changes needed? This prevents the situation like #30415. Currently, it missed `catalog` directory due to `.log` rule. ``` $ dev/check-license Could not find Apache license headers in the following files: !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/MetadataColumn.java !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.java ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CI with the new rule. Closes #30418 from dongjoon-hyun/SPARK-RAT. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This was referenced Nov 19, 2020
HyukjinKwon
pushed a commit
that referenced
this pull request
Nov 19, 2020
… LICENSE ### What changes were proposed in this pull request? This PR fixes the RAT exclusion rule which was originated from SPARK-1144 (Apache Spark 1.0) ### Why are the changes needed? This prevents the situation like #30415. Currently, it missed `catalog` directory due to `.log` rule. ``` $ dev/check-license Could not find Apache license headers in the following files: !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/MetadataColumn.java !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.java ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CI with the new rule. Closes #30425 from dongjoon-hyun/SPARK-33483. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
HyukjinKwon
pushed a commit
that referenced
this pull request
Nov 19, 2020
… LICENSE ### What changes were proposed in this pull request? This PR fixes the RAT exclusion rule which was originated from SPARK-1144 (Apache Spark 1.0) ### Why are the changes needed? This prevents the situation like #30415. Currently, it missed `catalog` directory due to `.log` rule. ``` $ dev/check-license Could not find Apache license headers in the following files: !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/MetadataColumn.java !????? /Users/dongjoon/APACHE/spark-merge/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsMetadataColumns.java ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CI with the new rule. Closes #30424 from dongjoon-hyun/SPARK-33483-3.0. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add missing license headers for new files added in #28027.
Why are the changes needed?
To fix licenses.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
This is a purely non-functional change.